added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBSoftKeyboard / VBSoftKeyboard.vbproj
blobe927e5f20231f6f3207bd837a0aac2ebeeb714cf
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{307CEE58-76A7-42F4-97A0-5A270D201892}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>VBSoftKeyboard</RootNamespace>
11     <AssemblyName>VBSoftKeyboard</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <OptionExplicit>On</OptionExplicit>
14     <OptionCompare>Binary</OptionCompare>
15     <OptionStrict>Off</OptionStrict>
16     <OptionInfer>On</OptionInfer>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <FileAlignment>512</FileAlignment>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>..\Debug\</OutputPath>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <ErrorReport>prompt</ErrorReport>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <ErrorReport>prompt</ErrorReport>
38     <RunCodeAnalysis>true</RunCodeAnalysis>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
41     <DebugSymbols>true</DebugSymbols>
42     <OutputPath>..\Debug\</OutputPath>
43     <DefineDebug>true</DefineDebug>
44     <DefineTrace>true</DefineTrace>
45     <DebugType>full</DebugType>
46     <PlatformTarget>AnyCPU</PlatformTarget>
47     <CodeAnalysisLogFile>..\Debug\CSSoftKeyboard.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
48     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
49     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
50     <ErrorReport>prompt</ErrorReport>
51     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
53     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
54     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
55     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
56     <UseVSHostingProcess>true</UseVSHostingProcess>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
59     <OutputPath>..\Release\</OutputPath>
60     <DefineDebug>false</DefineDebug>
61     <DefineTrace>true</DefineTrace>
62     <Optimize>true</Optimize>
63     <DebugType>pdbonly</DebugType>
64     <PlatformTarget>AnyCPU</PlatformTarget>
65     <CodeAnalysisLogFile>..\Release\CSSoftKeyboard.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
68     <ErrorReport>prompt</ErrorReport>
69     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
72     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
74     <RunCodeAnalysis>true</RunCodeAnalysis>
75   </PropertyGroup>
76   <PropertyGroup>
77     <StartupObject>VBSoftKeyboard.My.MyApplication</StartupObject>
78   </PropertyGroup>
79   <PropertyGroup>
80     <MyType>WindowsForms</MyType>
81   </PropertyGroup>
82   <ItemGroup>
83     <Reference Include="System" />
84     <Reference Include="System.Xml.Linq" />
85     <Reference Include="System.Drawing" />
86     <Reference Include="System.Windows.Forms" />
87     <Reference Include="System.Xml" />
88   </ItemGroup>
89   <ItemGroup>
90     <Import Include="Microsoft.VisualBasic" />
91     <Import Include="System.Collections.Generic" />
92     <Import Include="System.Diagnostics" />
93     <Import Include="System.Drawing" />
94     <Import Include="System.Windows.Forms" />
95     <Import Include="System.Linq" />
96     <Import Include="System.Xml.Linq" />
97     <Import Include="System" />
98   </ItemGroup>
99   <ItemGroup>
100     <Compile Include="My Project\Application.Designer.vb">
101       <AutoGen>True</AutoGen>
102       <DependentUpon>Application.myapp</DependentUpon>
103     </Compile>
104     <Compile Include="NoActivate\NoActivateWindow.vb">
105       <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="NoActivate\UnsafeNativeMethods.vb" />
108     <Compile Include="UserInteraction\KeyboardInput.vb" />
109     <Compile Include="UserInteraction\NativeMethods.vb" />
110     <Compile Include="KeyBoardForm.vb">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Include="KeyBoardForm.Designer.vb">
114       <DependentUpon>KeyBoardForm.vb</DependentUpon>
115     </Compile>
116     <Compile Include="Controls\KeyButton.vb">
117       <SubType>Component</SubType>
118     </Compile>
119     <Compile Include="My Project\AssemblyInfo.vb" />
120     <Compile Include="UserInteraction\UnsafeNativeMethods.vb" />
121     <EmbeddedResource Include="KeyBoardForm.resx">
122       <DependentUpon>KeyBoardForm.vb</DependentUpon>
123     </EmbeddedResource>
124   </ItemGroup>
125   <ItemGroup>
126     <None Include="My Project\Application.myapp">
127       <Generator>MyApplicationCodeGenerator</Generator>
128       <LastGenOutput>Application.Designer.vb</LastGenOutput>
129     </None>
130     <Content Include="Readme.txt" />
131     <Content Include="Resources\KeysMapping.xml">
132       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
133       <SubType>Designer</SubType>
134     </Content>
135   </ItemGroup>
136   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
137   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138        Other similar extension points exist, see Microsoft.Common.targets.
139   <Target Name="BeforeBuild">
140   </Target>
141   <Target Name="AfterBuild">
142   </Target>
143   -->
144 </Project>